08. Technical Feasibility
Technical Feasibility Heading
Technical Feasibility
L7 07 Technical Feasibility
Technical Feasibility Recap
Things to Remember
- You can have the best idea, but if it can’t be built in a reasonable timeline you won’t get very far.
- It’s not your job to know how to build it, but it’s important that you can have a technical conversation to understand complexities and make tradeoffs
- You can use a prototype to help facilitate the conversation by walking through user facing flows
- You should also come prepared with some questions around what data is needed to generate the UI, where user entered data will be stored, and any causes for latency
Technical Feasibility Problem Set
SOLUTION:
- Where is this data stored?
- What could cause latency?
- Does this flow make sense?
Technical Feasibility Problem Set